img {
    max-width: 100%;
}

.tpl-flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
}

.tpl-left {
    flex-shrink: 0;
}

.tpl-right {
    flex: 1;
    overflow: hidden;
}


/* 图片文字 */

.mb-content {
    position: relative;
    width: 100%;
}

.mb-content .mb-img {
    min-width: 100px;
    min-height: 100px;
}

.mb-content .mb-text {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
    color: #1a1a1a;
    max-width: 90%;
}


/* 图片文字 end */

.tpl-layui-container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box
}

.tpl-layui-fluid {
    position: relative;
    margin: 0 auto;
    padding: 0 15px
}


/*.tpl-layui-row{
     display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.tpl-layui-row div{
        -webkit-flex: 1;
    -ms-flex: 1;
   flex: 1;
    -webkit-box-flex: 1;
}*/

.tpl-layui-row:after,
.tpl-layui-row:before {
    content: '';
    display: block;
    clear: both
}

.tpl-layui-col-lg1,
.tpl-layui-col-lg10,
.tpl-layui-col-lg11,
.tpl-layui-col-lg12,
.tpl-layui-col-lg2,
.tpl-layui-col-lg3,
.tpl-layui-col-lg4,
.tpl-layui-col-lg5,
.tpl-layui-col-lg6,
.tpl-layui-col-lg7,
.tpl-layui-col-lg8,
.tpl-layui-col-lg9,
.tpl-layui-col-md1,
.tpl-layui-col-md10,
.tpl-layui-col-md11,
.tpl-layui-col-md12,
.tpl-layui-col-md2,
.tpl-layui-col-md3,
.tpl-layui-col-md4,
.tpl-layui-col-md5,
.tpl-layui-col-md6,
.tpl-layui-col-md7,
.tpl-layui-col-md8,
.tpl-layui-col-md9,
.tpl-layui-col-sm1,
.tpl-layui-col-sm10,
.tpl-layui-col-sm11,
.tpl-layui-col-sm12,
.tpl-layui-col-sm2,
.tpl-layui-col-sm3,
.tpl-layui-col-sm4,
.tpl-layui-col-sm5,
.tpl-layui-col-sm6,
.tpl-layui-col-sm7,
.tpl-layui-col-sm8,
.tpl-layui-col-sm9,
.tpl-layui-col-xs1,
.tpl-layui-col-xs10,
.tpl-layui-col-xs11,
.tpl-layui-col-xs12,
.tpl-layui-col-xs2,
.tpl-layui-col-xs3,
.tpl-layui-col-xs4,
.tpl-layui-col-xs5,
.tpl-layui-col-xs6,
.tpl-layui-col-xs7,
.tpl-layui-col-xs8,
.tpl-layui-col-xs9 {
    position: relative;
    display: block;
    box-sizing: border-box
}

.tpl-layui-col-xs1,
.tpl-layui-col-xs10,
.tpl-layui-col-xs11,
.tpl-layui-col-xs12,
.tpl-layui-col-xs2,
.tpl-layui-col-xs3,
.tpl-layui-col-xs4,
.tpl-layui-col-xs5,
.tpl-layui-col-xs6,
.tpl-layui-col-xs7,
.tpl-layui-col-xs8,
.tpl-layui-col-xs9 {
    float: left
}

.tpl-layui-col-xs1 {
    width: 8.33333333%
}

.tpl-layui-col-xs2 {
    width: 16.66666667%
}

.tpl-layui-col-xs3 {
    width: 25%
}

.tpl-layui-col-xs4 {
    width: 33.33333333%
}

.tpl-layui-col-xs5 {
    width: 41.66666667%
}

.tpl-layui-col-xs6 {
    width: 50%
}

.tpl-layui-col-xs7 {
    width: 58.33333333%
}

.tpl-layui-col-xs8 {
    width: 66.66666667%
}

.tpl-layui-col-xs9 {
    width: 75%
}

.tpl-layui-col-xs10 {
    width: 83.33333333%
}

.tpl-layui-col-xs11 {
    width: 91.66666667%
}

.tpl-layui-col-xs12 {
    width: 100%
}

.tpl-layui-col-xs-offset1 {
    margin-left: 8.33333333%
}

.tpl-layui-col-xs-offset2 {
    margin-left: 16.66666667%
}

.tpl-layui-col-xs-offset3 {
    margin-left: 25%
}

.tpl-layui-col-xs-offset4 {
    margin-left: 33.33333333%
}

.tpl-layui-col-xs-offset5 {
    margin-left: 41.66666667%
}

.tpl-layui-col-xs-offset6 {
    margin-left: 50%
}

.tpl-layui-col-xs-offset7 {
    margin-left: 58.33333333%
}

.tpl-layui-col-xs-offset8 {
    margin-left: 66.66666667%
}

.tpl-layui-col-xs-offset9 {
    margin-left: 75%
}

.tpl-layui-col-xs-offset10 {
    margin-left: 83.33333333%
}

.tpl-layui-col-xs-offset11 {
    margin-left: 91.66666667%
}

.tpl-layui-col-xs-offset12 {
    margin-left: 100%
}

@media screen and (max-width: 768px) {
    .tpl-layui-hide-xs {
        display: none!important
    }
    .tpl-layui-show-xs-block {
        display: block!important
    }
    .tpl-layui-show-xs-inline {
        display: inline!important
    }
    .tpl-layui-show-xs-inline-block {
        display: inline-block!important
    }
}

@media screen and (min-width: 768px) {
    .tpl-layui-container {
        width: 750px
    }
    .tpl-layui-hide-sm {
        display: none!important
    }
    .tpl-layui-show-sm-block {
        display: block!important
    }
    .tpl-layui-show-sm-inline {
        display: inline!important
    }
    .tpl-layui-show-sm-inline-block {
        display: inline-block!important
    }
    .tpl-layui-col-sm1,
    .tpl-layui-col-sm10,
    .tpl-layui-col-sm11,
    .tpl-layui-col-sm12,
    .tpl-layui-col-sm2,
    .tpl-layui-col-sm3,
    .tpl-layui-col-sm4,
    .tpl-layui-col-sm5,
    .tpl-layui-col-sm6,
    .tpl-layui-col-sm7,
    .tpl-layui-col-sm8,
    .tpl-layui-col-sm9 {
        float: left
    }
    .tpl-layui-col-sm1 {
        width: 8.33333333%
    }
    .tpl-layui-col-sm2 {
        width: 16.66666667%
    }
    .tpl-layui-col-sm3 {
        width: 25%
    }
    .tpl-layui-col-sm4 {
        width: 33.33333333%
    }
    .tpl-layui-col-sm5 {
        width: 41.66666667%
    }
    .tpl-layui-col-sm6 {
        width: 50%
    }
    .tpl-layui-col-sm7 {
        width: 58.33333333%
    }
    .tpl-layui-col-sm8 {
        width: 66.66666667%
    }
    .tpl-layui-col-sm9 {
        width: 75%
    }
    .tpl-layui-col-sm10 {
        width: 83.33333333%
    }
    .tpl-layui-col-sm11 {
        width: 91.66666667%
    }
    .tpl-layui-col-sm12 {
        width: 100%
    }
    .tpl-layui-col-sm-offset1 {
        margin-left: 8.33333333%
    }
    .tpl-layui-col-sm-offset2 {
        margin-left: 16.66666667%
    }
    .tpl-layui-col-sm-offset3 {
        margin-left: 25%
    }
    .tpl-layui-col-sm-offset4 {
        margin-left: 33.33333333%
    }
    .tpl-layui-col-sm-offset5 {
        margin-left: 41.66666667%
    }
    .tpl-layui-col-sm-offset6 {
        margin-left: 50%
    }
    .tpl-layui-col-sm-offset7 {
        margin-left: 58.33333333%
    }
    .tpl-layui-col-sm-offset8 {
        margin-left: 66.66666667%
    }
    .tpl-layui-col-sm-offset9 {
        margin-left: 75%
    }
    .tpl-layui-col-sm-offset10 {
        margin-left: 83.33333333%
    }
    .tpl-layui-col-sm-offset11 {
        margin-left: 91.66666667%
    }
    .tpl-layui-col-sm-offset12 {
        margin-left: 100%
    }
}

@media screen and (min-width: 992px) {
    .tpl-layui-container {
        width: 970px
    }
    .tpl-layui-hide-md {
        display: none!important
    }
    .tpl-layui-show-md-block {
        display: block!important
    }
    .tpl-layui-show-md-inline {
        display: inline!important
    }
    .tpl-layui-show-md-inline-block {
        display: inline-block!important
    }
    .tpl-layui-col-md1,
    .tpl-layui-col-md10,
    .tpl-layui-col-md11,
    .tpl-layui-col-md12,
    .tpl-layui-col-md2,
    .tpl-layui-col-md3,
    .tpl-layui-col-md4,
    .tpl-layui-col-md5,
    .tpl-layui-col-md6,
    .tpl-layui-col-md7,
    .tpl-layui-col-md8,
    .tpl-layui-col-md9 {
        float: left
    }
    .tpl-layui-col-md1 {
        width: 8.33333333%
    }
    .tpl-layui-col-md2 {
        width: 16.66666667%
    }
    .tpl-layui-col-md3 {
        width: 25%
    }
    .tpl-layui-col-md4 {
        width: 33.33333333%
    }
    .tpl-layui-col-md5 {
        width: 41.66666667%
    }
    .tpl-layui-col-md6 {
        width: 50%
    }
    .tpl-layui-col-md7 {
        width: 58.33333333%
    }
    .tpl-layui-col-md8 {
        width: 66.66666667%
    }
    .tpl-layui-col-md9 {
        width: 75%
    }
    .tpl-layui-col-md10 {
        width: 83.33333333%
    }
    .tpl-layui-col-md11 {
        width: 91.66666667%
    }
    .tpl-layui-col-md12 {
        width: 100%
    }
    .tpl-layui-col-md-offset1 {
        margin-left: 8.33333333%
    }
    .tpl-layui-col-md-offset2 {
        margin-left: 16.66666667%
    }
    .tpl-layui-col-md-offset3 {
        margin-left: 25%
    }
    .tpl-layui-col-md-offset4 {
        margin-left: 33.33333333%
    }
    .tpl-layui-col-md-offset5 {
        margin-left: 41.66666667%
    }
    .tpl-layui-col-md-offset6 {
        margin-left: 50%
    }
    .tpl-layui-col-md-offset7 {
        margin-left: 58.33333333%
    }
    .tpl-layui-col-md-offset8 {
        margin-left: 66.66666667%
    }
    .tpl-layui-col-md-offset9 {
        margin-left: 75%
    }
    .tpl-layui-col-md-offset10 {
        margin-left: 83.33333333%
    }
    .tpl-layui-col-md-offset11 {
        margin-left: 91.66666667%
    }
    .tpl-layui-col-md-offset12 {
        margin-left: 100%
    }
}

@media screen and (min-width: 1200px) {
    .tpl-layui-container {
        width: 1170px
    }
    .tpl-layui-hide-lg {
        display: none!important
    }
    .tpl-layui-show-lg-block {
        display: block!important
    }
    .tpl-layui-show-lg-inline {
        display: inline!important
    }
    .tpl-layui-show-lg-inline-block {
        display: inline-block!important
    }
    .tpl-layui-col-lg1,
    .tpl-layui-col-lg10,
    .tpl-layui-col-lg11,
    .tpl-layui-col-lg12,
    .tpl-layui-col-lg2,
    .tpl-layui-col-lg3,
    .tpl-layui-col-lg4,
    .tpl-layui-col-lg5,
    .tpl-layui-col-lg6,
    .tpl-layui-col-lg7,
    .tpl-layui-col-lg8,
    .tpl-layui-col-lg9 {
        float: left
    }
    .tpl-layui-col-lg1 {
        width: 8.33333333%
    }
    .tpl-layui-col-lg2 {
        width: 16.66666667%
    }
    .tpl-layui-col-lg3 {
        width: 25%
    }
    .tpl-layui-col-lg4 {
        width: 33.33333333%
    }
    .tpl-layui-col-lg5 {
        width: 41.66666667%
    }
    .tpl-layui-col-lg6 {
        width: 50%
    }
    .tpl-layui-col-lg7 {
        width: 58.33333333%
    }
    .tpl-layui-col-lg8 {
        width: 66.66666667%
    }
    .tpl-layui-col-lg9 {
        width: 75%
    }
    .tpl-layui-col-lg10 {
        width: 83.33333333%
    }
    .tpl-layui-col-lg11 {
        width: 91.66666667%
    }
    .tpl-layui-col-lg12 {
        width: 100%
    }
    .tpl-layui-col-lg-offset1 {
        margin-left: 8.33333333%
    }
    .tpl-layui-col-lg-offset2 {
        margin-left: 16.66666667%
    }
    .tpl-layui-col-lg-offset3 {
        margin-left: 25%
    }
    .tpl-layui-col-lg-offset4 {
        margin-left: 33.33333333%
    }
    .tpl-layui-col-lg-offset5 {
        margin-left: 41.66666667%
    }
    .tpl-layui-col-lg-offset6 {
        margin-left: 50%
    }
    .tpl-layui-col-lg-offset7 {
        margin-left: 58.33333333%
    }
    .tpl-layui-col-lg-offset8 {
        margin-left: 66.66666667%
    }
    .tpl-layui-col-lg-offset9 {
        margin-left: 75%
    }
    .tpl-layui-col-lg-offset10 {
        margin-left: 83.33333333%
    }
    .tpl-layui-col-lg-offset11 {
        margin-left: 91.66666667%
    }
    .tpl-layui-col-lg-offset12 {
        margin-left: 100%
    }
}

.tpl-layui-col-space1 {
    margin: -.5px
}

.tpl-layui-col-space1>* {
    padding: .5px
}

.tpl-layui-col-space3 {
    margin: -1.5px
}

.tpl-layui-col-space3>* {
    padding: 1.5px
}

.tpl-layui-col-space5 {
    margin: -2.5px
}

.tpl-layui-col-space5>* {
    padding: 2.5px
}

.tpl-layui-col-space8 {
    margin: -3.5px
}

.tpl-layui-col-space8>* {
    padding: 3.5px
}

.tpl-layui-col-space10 {
    margin: -5px
}

.tpl-layui-col-space10>* {
    padding: 5px
}

.tpl-layui-col-space12 {
    margin: -6px
}

.tpl-layui-col-space12>* {
    padding: 6px
}

.tpl-layui-col-space15 {
    margin: -7.5px
}

.tpl-layui-col-space15>* {
    padding: 7.5px
}

.tpl-layui-col-space18 {
    margin: -9px
}

.tpl-layui-col-space18>* {
    padding: 9px
}

.tpl-layui-col-space20 {
    margin: -10px
}

.tpl-layui-col-space20>* {
    padding: 10px
}

.tpl-layui-col-space22 {
    margin: -11px
}

.tpl-layui-col-space22>* {
    padding: 11px
}

.tpl-layui-col-space25 {
    margin: -12.5px
}

.tpl-layui-col-space25>* {
    padding: 12.5px
}

.tpl-layui-col-space30 {
    margin: -15px
}

.tpl-layui-col-space30>* {
    padding: 15px
}

.muban-table {
    white-space: nowrap;
    overflow-x: auto;
}

.muban-table table tbody tr td {
    white-space: nowrap;
}